home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / OEG.DIR / 00058_Script_58 < prev    next >
Text File  |  1995-11-13  |  368b  |  20 lines

  1. on idle
  2.   global gFiorellaOnStage, gHelpDuration
  3.   
  4.   if gFiorellaOnStage then
  5.     if the movieTime of sprite 48 >= gHelpDuration then
  6.       stopHelp
  7.     end if
  8.     exit
  9.   end if
  10.   --put ">>> on idle movie script 41"
  11.   showHiliteNew
  12.   --go to the frame
  13. end idle
  14.  
  15. on exitFrame
  16.   --put ">>> movie script 41 exitFrame"
  17.   go to the frame
  18. end exitFrame
  19.  
  20.